Migrate to std::sync::TaskPool
authorAlex Crichton <alex@alexcrichton.com>
Tue, 9 Dec 2014 04:24:27 +0000 (20:24 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 9 Dec 2014 04:24:27 +0000 (20:24 -0800)
commit5c966f1b59beaf250d84173307e82293d62ab4c7
treeab07f85f05cb12c0d0fb564a2c2b1c6cd59c0075
parent0f6667ca0631fe72d1e15759c845f0197e3dfe19
Migrate to std::sync::TaskPool

No need to have our own bundled implementation when the standard library
suffices!
src/cargo/ops/cargo_rustc/job_queue.rs
src/cargo/util/mod.rs
src/cargo/util/pool.rs [deleted file]